\(\int \frac {\sqrt {b x+c x^2}}{(d+e x)^2} \, dx\) [290]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [A] (verified)
   Fricas [A] (verification not implemented)
   Sympy [F]
   Maxima [F(-2)]
   Giac [F(-2)]
   Mupad [F(-1)]

Optimal result

Integrand size = 21, antiderivative size = 140 \[ \int \frac {\sqrt {b x+c x^2}}{(d+e x)^2} \, dx=-\frac {\sqrt {b x+c x^2}}{e (d+e x)}+\frac {2 \sqrt {c} \text {arctanh}\left (\frac {\sqrt {c} x}{\sqrt {b x+c x^2}}\right )}{e^2}-\frac {(2 c d-b e) \text {arctanh}\left (\frac {b d+(2 c d-b e) x}{2 \sqrt {d} \sqrt {c d-b e} \sqrt {b x+c x^2}}\right )}{2 \sqrt {d} e^2 \sqrt {c d-b e}} \]

[Out]

2*arctanh(x*c^(1/2)/(c*x^2+b*x)^(1/2))*c^(1/2)/e^2-1/2*(-b*e+2*c*d)*arctanh(1/2*(b*d+(-b*e+2*c*d)*x)/d^(1/2)/(
-b*e+c*d)^(1/2)/(c*x^2+b*x)^(1/2))/e^2/d^(1/2)/(-b*e+c*d)^(1/2)-(c*x^2+b*x)^(1/2)/e/(e*x+d)

Rubi [A] (verified)

Time = 0.08 (sec) , antiderivative size = 140, normalized size of antiderivative = 1.00, number of steps used = 6, number of rules used = 5, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.238, Rules used = {746, 857, 634, 212, 738} \[ \int \frac {\sqrt {b x+c x^2}}{(d+e x)^2} \, dx=-\frac {(2 c d-b e) \text {arctanh}\left (\frac {x (2 c d-b e)+b d}{2 \sqrt {d} \sqrt {b x+c x^2} \sqrt {c d-b e}}\right )}{2 \sqrt {d} e^2 \sqrt {c d-b e}}+\frac {2 \sqrt {c} \text {arctanh}\left (\frac {\sqrt {c} x}{\sqrt {b x+c x^2}}\right )}{e^2}-\frac {\sqrt {b x+c x^2}}{e (d+e x)} \]

[In]

Int[Sqrt[b*x + c*x^2]/(d + e*x)^2,x]

[Out]

-(Sqrt[b*x + c*x^2]/(e*(d + e*x))) + (2*Sqrt[c]*ArcTanh[(Sqrt[c]*x)/Sqrt[b*x + c*x^2]])/e^2 - ((2*c*d - b*e)*A
rcTanh[(b*d + (2*c*d - b*e)*x)/(2*Sqrt[d]*Sqrt[c*d - b*e]*Sqrt[b*x + c*x^2])])/(2*Sqrt[d]*e^2*Sqrt[c*d - b*e])

Rule 212

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1/(Rt[a, 2]*Rt[-b, 2]))*ArcTanh[Rt[-b, 2]*(x/Rt[a, 2])], x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 634

Int[1/Sqrt[(b_.)*(x_) + (c_.)*(x_)^2], x_Symbol] :> Dist[2, Subst[Int[1/(1 - c*x^2), x], x, x/Sqrt[b*x + c*x^2
]], x] /; FreeQ[{b, c}, x]

Rule 738

Int[1/(((d_.) + (e_.)*(x_))*Sqrt[(a_.) + (b_.)*(x_) + (c_.)*(x_)^2]), x_Symbol] :> Dist[-2, Subst[Int[1/(4*c*d
^2 - 4*b*d*e + 4*a*e^2 - x^2), x], x, (2*a*e - b*d - (2*c*d - b*e)*x)/Sqrt[a + b*x + c*x^2]], x] /; FreeQ[{a,
b, c, d, e}, x] && NeQ[b^2 - 4*a*c, 0] && NeQ[2*c*d - b*e, 0]

Rule 746

Int[((d_.) + (e_.)*(x_))^(m_)*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Simp[(d + e*x)^(m + 1)*((
a + b*x + c*x^2)^p/(e*(m + 1))), x] - Dist[p/(e*(m + 1)), Int[(d + e*x)^(m + 1)*(b + 2*c*x)*(a + b*x + c*x^2)^
(p - 1), x], x] /; FreeQ[{a, b, c, d, e, m}, x] && NeQ[b^2 - 4*a*c, 0] && NeQ[c*d^2 - b*d*e + a*e^2, 0] && NeQ
[2*c*d - b*e, 0] && GtQ[p, 0] && (IntegerQ[p] || LtQ[m, -1]) && NeQ[m, -1] &&  !ILtQ[m + 2*p + 1, 0] && IntQua
draticQ[a, b, c, d, e, m, p, x]

Rule 857

Int[((d_.) + (e_.)*(x_))^(m_)*((f_.) + (g_.)*(x_))*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :> Dis
t[g/e, Int[(d + e*x)^(m + 1)*(a + b*x + c*x^2)^p, x], x] + Dist[(e*f - d*g)/e, Int[(d + e*x)^m*(a + b*x + c*x^
2)^p, x], x] /; FreeQ[{a, b, c, d, e, f, g, m, p}, x] && NeQ[b^2 - 4*a*c, 0] && NeQ[c*d^2 - b*d*e + a*e^2, 0]
&&  !IGtQ[m, 0]

Rubi steps \begin{align*} \text {integral}& = -\frac {\sqrt {b x+c x^2}}{e (d+e x)}+\frac {\int \frac {b+2 c x}{(d+e x) \sqrt {b x+c x^2}} \, dx}{2 e} \\ & = -\frac {\sqrt {b x+c x^2}}{e (d+e x)}+\frac {c \int \frac {1}{\sqrt {b x+c x^2}} \, dx}{e^2}-\frac {(2 c d-b e) \int \frac {1}{(d+e x) \sqrt {b x+c x^2}} \, dx}{2 e^2} \\ & = -\frac {\sqrt {b x+c x^2}}{e (d+e x)}+\frac {(2 c) \text {Subst}\left (\int \frac {1}{1-c x^2} \, dx,x,\frac {x}{\sqrt {b x+c x^2}}\right )}{e^2}+\frac {(2 c d-b e) \text {Subst}\left (\int \frac {1}{4 c d^2-4 b d e-x^2} \, dx,x,\frac {-b d-(2 c d-b e) x}{\sqrt {b x+c x^2}}\right )}{e^2} \\ & = -\frac {\sqrt {b x+c x^2}}{e (d+e x)}+\frac {2 \sqrt {c} \tanh ^{-1}\left (\frac {\sqrt {c} x}{\sqrt {b x+c x^2}}\right )}{e^2}-\frac {(2 c d-b e) \tanh ^{-1}\left (\frac {b d+(2 c d-b e) x}{2 \sqrt {d} \sqrt {c d-b e} \sqrt {b x+c x^2}}\right )}{2 \sqrt {d} e^2 \sqrt {c d-b e}} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.70 (sec) , antiderivative size = 159, normalized size of antiderivative = 1.14 \[ \int \frac {\sqrt {b x+c x^2}}{(d+e x)^2} \, dx=\frac {\sqrt {x (b+c x)} \left (-\frac {e}{d+e x}+\frac {(2 c d-b e) \arctan \left (\frac {-e \sqrt {x} \sqrt {b+c x}+\sqrt {c} (d+e x)}{\sqrt {d} \sqrt {-c d+b e}}\right )}{\sqrt {d} \sqrt {-c d+b e} \sqrt {x} \sqrt {b+c x}}-\frac {2 \sqrt {c} \log \left (-\sqrt {c} \sqrt {x}+\sqrt {b+c x}\right )}{\sqrt {x} \sqrt {b+c x}}\right )}{e^2} \]

[In]

Integrate[Sqrt[b*x + c*x^2]/(d + e*x)^2,x]

[Out]

(Sqrt[x*(b + c*x)]*(-(e/(d + e*x)) + ((2*c*d - b*e)*ArcTan[(-(e*Sqrt[x]*Sqrt[b + c*x]) + Sqrt[c]*(d + e*x))/(S
qrt[d]*Sqrt[-(c*d) + b*e])])/(Sqrt[d]*Sqrt[-(c*d) + b*e]*Sqrt[x]*Sqrt[b + c*x]) - (2*Sqrt[c]*Log[-(Sqrt[c]*Sqr
t[x]) + Sqrt[b + c*x]])/(Sqrt[x]*Sqrt[b + c*x])))/e^2

Maple [A] (verified)

Time = 2.37 (sec) , antiderivative size = 120, normalized size of antiderivative = 0.86

method result size
pseudoelliptic \(-\frac {\left (e x +d \right ) \left (b e -2 c d \right ) \arctan \left (\frac {\sqrt {x \left (c x +b \right )}\, d}{x \sqrt {d \left (b e -c d \right )}}\right )-2 \sqrt {d \left (b e -c d \right )}\, \left (\sqrt {c}\, \left (e x +d \right ) \operatorname {arctanh}\left (\frac {\sqrt {x \left (c x +b \right )}}{x \sqrt {c}}\right )-\frac {\sqrt {x \left (c x +b \right )}\, e}{2}\right )}{\sqrt {d \left (b e -c d \right )}\, e^{2} \left (e x +d \right )}\) \(120\)
default \(\frac {\frac {e^{2} \left (c \left (x +\frac {d}{e}\right )^{2}+\frac {\left (b e -2 c d \right ) \left (x +\frac {d}{e}\right )}{e}-\frac {d \left (b e -c d \right )}{e^{2}}\right )^{\frac {3}{2}}}{d \left (b e -c d \right ) \left (x +\frac {d}{e}\right )}-\frac {e \left (b e -2 c d \right ) \left (\sqrt {c \left (x +\frac {d}{e}\right )^{2}+\frac {\left (b e -2 c d \right ) \left (x +\frac {d}{e}\right )}{e}-\frac {d \left (b e -c d \right )}{e^{2}}}+\frac {\left (b e -2 c d \right ) \ln \left (\frac {\frac {b e -2 c d}{2 e}+c \left (x +\frac {d}{e}\right )}{\sqrt {c}}+\sqrt {c \left (x +\frac {d}{e}\right )^{2}+\frac {\left (b e -2 c d \right ) \left (x +\frac {d}{e}\right )}{e}-\frac {d \left (b e -c d \right )}{e^{2}}}\right )}{2 e \sqrt {c}}+\frac {d \left (b e -c d \right ) \ln \left (\frac {-\frac {2 d \left (b e -c d \right )}{e^{2}}+\frac {\left (b e -2 c d \right ) \left (x +\frac {d}{e}\right )}{e}+2 \sqrt {-\frac {d \left (b e -c d \right )}{e^{2}}}\, \sqrt {c \left (x +\frac {d}{e}\right )^{2}+\frac {\left (b e -2 c d \right ) \left (x +\frac {d}{e}\right )}{e}-\frac {d \left (b e -c d \right )}{e^{2}}}}{x +\frac {d}{e}}\right )}{e^{2} \sqrt {-\frac {d \left (b e -c d \right )}{e^{2}}}}\right )}{2 d \left (b e -c d \right )}-\frac {2 c \,e^{2} \left (\frac {\left (2 c \left (x +\frac {d}{e}\right )+\frac {b e -2 c d}{e}\right ) \sqrt {c \left (x +\frac {d}{e}\right )^{2}+\frac {\left (b e -2 c d \right ) \left (x +\frac {d}{e}\right )}{e}-\frac {d \left (b e -c d \right )}{e^{2}}}}{4 c}+\frac {\left (-\frac {4 c d \left (b e -c d \right )}{e^{2}}-\frac {\left (b e -2 c d \right )^{2}}{e^{2}}\right ) \ln \left (\frac {\frac {b e -2 c d}{2 e}+c \left (x +\frac {d}{e}\right )}{\sqrt {c}}+\sqrt {c \left (x +\frac {d}{e}\right )^{2}+\frac {\left (b e -2 c d \right ) \left (x +\frac {d}{e}\right )}{e}-\frac {d \left (b e -c d \right )}{e^{2}}}\right )}{8 c^{\frac {3}{2}}}\right )}{d \left (b e -c d \right )}}{e^{2}}\) \(589\)

[In]

int((c*x^2+b*x)^(1/2)/(e*x+d)^2,x,method=_RETURNVERBOSE)

[Out]

-1/(d*(b*e-c*d))^(1/2)*((e*x+d)*(b*e-2*c*d)*arctan((x*(c*x+b))^(1/2)/x*d/(d*(b*e-c*d))^(1/2))-2*(d*(b*e-c*d))^
(1/2)*(c^(1/2)*(e*x+d)*arctanh((x*(c*x+b))^(1/2)/x/c^(1/2))-1/2*(x*(c*x+b))^(1/2)*e))/e^2/(e*x+d)

Fricas [A] (verification not implemented)

none

Time = 0.32 (sec) , antiderivative size = 846, normalized size of antiderivative = 6.04 \[ \int \frac {\sqrt {b x+c x^2}}{(d+e x)^2} \, dx=\left [\frac {2 \, {\left (c d^{3} - b d^{2} e + {\left (c d^{2} e - b d e^{2}\right )} x\right )} \sqrt {c} \log \left (2 \, c x + b + 2 \, \sqrt {c x^{2} + b x} \sqrt {c}\right ) - {\left (2 \, c d^{2} - b d e + {\left (2 \, c d e - b e^{2}\right )} x\right )} \sqrt {c d^{2} - b d e} \log \left (\frac {b d + {\left (2 \, c d - b e\right )} x + 2 \, \sqrt {c d^{2} - b d e} \sqrt {c x^{2} + b x}}{e x + d}\right ) - 2 \, {\left (c d^{2} e - b d e^{2}\right )} \sqrt {c x^{2} + b x}}{2 \, {\left (c d^{3} e^{2} - b d^{2} e^{3} + {\left (c d^{2} e^{3} - b d e^{4}\right )} x\right )}}, -\frac {{\left (2 \, c d^{2} - b d e + {\left (2 \, c d e - b e^{2}\right )} x\right )} \sqrt {-c d^{2} + b d e} \arctan \left (-\frac {\sqrt {-c d^{2} + b d e} \sqrt {c x^{2} + b x}}{{\left (c d - b e\right )} x}\right ) - {\left (c d^{3} - b d^{2} e + {\left (c d^{2} e - b d e^{2}\right )} x\right )} \sqrt {c} \log \left (2 \, c x + b + 2 \, \sqrt {c x^{2} + b x} \sqrt {c}\right ) + {\left (c d^{2} e - b d e^{2}\right )} \sqrt {c x^{2} + b x}}{c d^{3} e^{2} - b d^{2} e^{3} + {\left (c d^{2} e^{3} - b d e^{4}\right )} x}, -\frac {4 \, {\left (c d^{3} - b d^{2} e + {\left (c d^{2} e - b d e^{2}\right )} x\right )} \sqrt {-c} \arctan \left (\frac {\sqrt {c x^{2} + b x} \sqrt {-c}}{c x}\right ) + {\left (2 \, c d^{2} - b d e + {\left (2 \, c d e - b e^{2}\right )} x\right )} \sqrt {c d^{2} - b d e} \log \left (\frac {b d + {\left (2 \, c d - b e\right )} x + 2 \, \sqrt {c d^{2} - b d e} \sqrt {c x^{2} + b x}}{e x + d}\right ) + 2 \, {\left (c d^{2} e - b d e^{2}\right )} \sqrt {c x^{2} + b x}}{2 \, {\left (c d^{3} e^{2} - b d^{2} e^{3} + {\left (c d^{2} e^{3} - b d e^{4}\right )} x\right )}}, -\frac {{\left (2 \, c d^{2} - b d e + {\left (2 \, c d e - b e^{2}\right )} x\right )} \sqrt {-c d^{2} + b d e} \arctan \left (-\frac {\sqrt {-c d^{2} + b d e} \sqrt {c x^{2} + b x}}{{\left (c d - b e\right )} x}\right ) + 2 \, {\left (c d^{3} - b d^{2} e + {\left (c d^{2} e - b d e^{2}\right )} x\right )} \sqrt {-c} \arctan \left (\frac {\sqrt {c x^{2} + b x} \sqrt {-c}}{c x}\right ) + {\left (c d^{2} e - b d e^{2}\right )} \sqrt {c x^{2} + b x}}{c d^{3} e^{2} - b d^{2} e^{3} + {\left (c d^{2} e^{3} - b d e^{4}\right )} x}\right ] \]

[In]

integrate((c*x^2+b*x)^(1/2)/(e*x+d)^2,x, algorithm="fricas")

[Out]

[1/2*(2*(c*d^3 - b*d^2*e + (c*d^2*e - b*d*e^2)*x)*sqrt(c)*log(2*c*x + b + 2*sqrt(c*x^2 + b*x)*sqrt(c)) - (2*c*
d^2 - b*d*e + (2*c*d*e - b*e^2)*x)*sqrt(c*d^2 - b*d*e)*log((b*d + (2*c*d - b*e)*x + 2*sqrt(c*d^2 - b*d*e)*sqrt
(c*x^2 + b*x))/(e*x + d)) - 2*(c*d^2*e - b*d*e^2)*sqrt(c*x^2 + b*x))/(c*d^3*e^2 - b*d^2*e^3 + (c*d^2*e^3 - b*d
*e^4)*x), -((2*c*d^2 - b*d*e + (2*c*d*e - b*e^2)*x)*sqrt(-c*d^2 + b*d*e)*arctan(-sqrt(-c*d^2 + b*d*e)*sqrt(c*x
^2 + b*x)/((c*d - b*e)*x)) - (c*d^3 - b*d^2*e + (c*d^2*e - b*d*e^2)*x)*sqrt(c)*log(2*c*x + b + 2*sqrt(c*x^2 +
b*x)*sqrt(c)) + (c*d^2*e - b*d*e^2)*sqrt(c*x^2 + b*x))/(c*d^3*e^2 - b*d^2*e^3 + (c*d^2*e^3 - b*d*e^4)*x), -1/2
*(4*(c*d^3 - b*d^2*e + (c*d^2*e - b*d*e^2)*x)*sqrt(-c)*arctan(sqrt(c*x^2 + b*x)*sqrt(-c)/(c*x)) + (2*c*d^2 - b
*d*e + (2*c*d*e - b*e^2)*x)*sqrt(c*d^2 - b*d*e)*log((b*d + (2*c*d - b*e)*x + 2*sqrt(c*d^2 - b*d*e)*sqrt(c*x^2
+ b*x))/(e*x + d)) + 2*(c*d^2*e - b*d*e^2)*sqrt(c*x^2 + b*x))/(c*d^3*e^2 - b*d^2*e^3 + (c*d^2*e^3 - b*d*e^4)*x
), -((2*c*d^2 - b*d*e + (2*c*d*e - b*e^2)*x)*sqrt(-c*d^2 + b*d*e)*arctan(-sqrt(-c*d^2 + b*d*e)*sqrt(c*x^2 + b*
x)/((c*d - b*e)*x)) + 2*(c*d^3 - b*d^2*e + (c*d^2*e - b*d*e^2)*x)*sqrt(-c)*arctan(sqrt(c*x^2 + b*x)*sqrt(-c)/(
c*x)) + (c*d^2*e - b*d*e^2)*sqrt(c*x^2 + b*x))/(c*d^3*e^2 - b*d^2*e^3 + (c*d^2*e^3 - b*d*e^4)*x)]

Sympy [F]

\[ \int \frac {\sqrt {b x+c x^2}}{(d+e x)^2} \, dx=\int \frac {\sqrt {x \left (b + c x\right )}}{\left (d + e x\right )^{2}}\, dx \]

[In]

integrate((c*x**2+b*x)**(1/2)/(e*x+d)**2,x)

[Out]

Integral(sqrt(x*(b + c*x))/(d + e*x)**2, x)

Maxima [F(-2)]

Exception generated. \[ \int \frac {\sqrt {b x+c x^2}}{(d+e x)^2} \, dx=\text {Exception raised: ValueError} \]

[In]

integrate((c*x^2+b*x)^(1/2)/(e*x+d)^2,x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(b*e-c*d>0)', see `assume?` for
 more detail

Giac [F(-2)]

Exception generated. \[ \int \frac {\sqrt {b x+c x^2}}{(d+e x)^2} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate((c*x^2+b*x)^(1/2)/(e*x+d)^2,x, algorithm="giac")

[Out]

Exception raised: TypeError >> an error occurred running a Giac command:INPUT:sage2:=int(sage0,sageVARx):;OUTP
UT:Error: Bad Argument Type

Mupad [F(-1)]

Timed out. \[ \int \frac {\sqrt {b x+c x^2}}{(d+e x)^2} \, dx=\int \frac {\sqrt {c\,x^2+b\,x}}{{\left (d+e\,x\right )}^2} \,d x \]

[In]

int((b*x + c*x^2)^(1/2)/(d + e*x)^2,x)

[Out]

int((b*x + c*x^2)^(1/2)/(d + e*x)^2, x)